home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00021_stop.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  328 b   |  12 lines

  1. on mouseDown
  2.   global auto, myLine, csn, gmyLineKeep, gExtraVid, gAudBlrb
  3.   set auto to 0
  4.   set the castNum of sprite 3 to 31
  5.   if (myLine <> (csn + gExtraVid)) and (gAudBlrb = 0) then
  6.     set the castNum of sprite 7 to 25
  7.   end if
  8.   set the movieRate of sprite 24 to 0
  9.   set the movieTime of sprite 24 to 0
  10.   updateStage()
  11. end
  12.